public object GetDefaultValue(Type type) { return type.IsValueType ? Activator.CreateInstance(type) : null; }